Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash on feed screen #52

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Fix crash on feed screen #52

merged 3 commits into from
Oct 19, 2024

Conversation

darrarski
Copy link
Owner

@darrarski darrarski commented Oct 19, 2024

Summary

This change fixes the crash on feed screen, when the following precondition fails in runtime: https://github.com/pointfreeco/swift-composable-architecture/blob/fc5cbeec88114ff987f6c3cad3a7f3a3713fdb56/Sources/ComposableArchitecture/Observation/IdentifiedArray%2BObservation.swift#L105-L115

Fixes #51

What was done

  • Update use of store collection in SwiftUI.
  • Update GitHub issue template (not related to the crash).
  • Update graph images (not related to the crash).

@darrarski darrarski added the bug Something isn't working label Oct 19, 2024
@darrarski darrarski self-assigned this Oct 19, 2024
@darrarski darrarski merged commit b7352e9 into main Oct 19, 2024
3 checks passed
@darrarski darrarski deleted the fix/feed-crash branch October 19, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on feed screen
1 participant